Package com.cisco.pt.ipc.sim
Interface ASA
- All Superinterfaces:
CiscoDevice,Device,IPCObject
- All Known Implementing Classes:
ASAImpl
Information provided by the PKI file:
\class ASA
\brief ASA is the base class for all ASA devices.
\example network().getDevice("ASA0")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddBookmark(String title, String url) Information provided by the PKI file:intInformation provided by the PKI file:Information provided by the PKI file:getBookmarkUrl(String title) Information provided by the PKI file:Information provided by the PKI file:booleanremoveBookmark(String title) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.sim.CiscoDevice
addBootSystem, addUserPassEntry, clearFtpPasswd, clearFtpUsername, enterCommand, getBannerMotd, getBia, getBootSystems, getConfigRegister, getConsole, getConsoleLine, getEnablePassword, getEnableSecret, getFtpPasswd, getFtpUsername, getHostName, getIpcTerminalLine, getLine, getNextConfigRegister, getServicePasswordEncryption, getStartupFile, getTimeZone, getUserEntryAt, getUserPassCount, getVtyLine, isBooting, isUserExist, removeAllBootSystem, removeBootSystem, removeUserPassAt, removeUserPassEntry, setBannerMotd, setEnablePassword, setEnableSecret, setFtpPasswd, setFtpUsername, setHostName, setNextConfigRegister, setServicePasswordEncryption, setStartupFile, setTimeZone, skipBootMethods inherited from interface com.cisco.pt.ipc.sim.Device
activityTreeToXml, addCustomVar, addDeviceExternalAttributes, addModule, addProgrammingSerialOutputs, addSound, addUserDesktopApp, addUserDesktopAppFromGlobal, clearDeviceExternalAttributes, clearProgrammingSerialOutputs, destroySounds, getAreaLeftX, getAreaTopY, getCenterXCoordinate, getCenterYCoordinate, getCommandLine, getCustomInterface, getCustomLogicalImage, getCustomPhysicalImage, getCustomVarNameAt, getCustomVarsCount, getCustomVarStr, getCustomVarValueStrAt, getDescriptor, getDeviceExternalAttributes, getDeviceExternalAttributeValue, getGlobalXPhysicalWS, getGlobalYPhysicalWS, getModel, getName, getPhysicalObject, getPort, getPortAt, getPortCount, getPorts, getPower, getProcess, getProgrammingSerialOutputs, getRootModule, getSerialNumber, getSupportedModule, getType, getUpTime, getUsbPortAt, getUsbPortCount, getUserDesktopAppAt, getUserDesktopAppByDir, getUserDesktopAppById, getUserDesktopAppCount, getXCoordinate, getXPhysicalWS, getYCoordinate, getYPhysicalWS, hasCustomVar, isDesktopAvailable, isOutdated, isProjectRunning, moveByInPhysicalWS, moveToLocation, moveToLocationCentered, moveToLocInPhysicalWS, playSound, relinkUserDesktopApp, removeCustomVar, removeModule, removeUserDesktopApp, restoreToDefault, runCodeInProject, runProject, serializeToXml, setCustomInterface, setCustomLogicalImage, setCustomPhysicalImage, setDeviceExternalAttributes, setName, setPower, setTime, stopProject, stopSound, stopSounds, subtractDeviceExternalAttributes, updateTemplateCreationTimeMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getWebvpnUserManager
AsaWebvpnUserManager getWebvpnUserManager()Information provided by the PKI file:
\brief Returns the ASA Web VPN User Manager object. \return AsaWebvpnUserManager, the AsaWebvpnUserManager object.- Returns:
- AsaWebvpnUserManager Returns a AsaWebvpnUserManager
-
addBookmark
Information provided by the PKI file:
\brief Returns true if the bookmark with the specified title and URL was added successfully, otherwise false. /param title, the title for the bookmark. /param url, the URL for the bookmark. \return bool, true if the bookmark with the specified title and URL was added successfully, otherwise false.- Parameters:
title- Takes in a parameter of titleurl- Takes in a parameter of url- Returns:
- boolean Returns a boolean
-
removeBookmark
Information provided by the PKI file:
\brief Returns true if the bookmark with the specified title was removed successfully, otherwise false. /param title, the title for the bookmark. \return bool, true if the bookmark with the specified title was removed successfully, otherwise false.- Parameters:
title- Takes in a parameter of title- Returns:
- boolean Returns a boolean
-
getBookmarkCount
int getBookmarkCount()Information provided by the PKI file:
\brief Returns the number of bookmarks. \return int, the number of bookmarks.- Returns:
- int Returns a int
-
getBookmarkList
String getBookmarkList()Information provided by the PKI file:
\brief Returns a comma-separated list of bookmarks. \return string, a comma-separated list of bookmarks.- Returns:
- String Returns a String
-
getBookmarkUrl
Information provided by the PKI file:
\brief Returns the URL of the specified bookmark. \return string, the URL of the specified bookmark.- Parameters:
title- Takes in a parameter of title- Returns:
- String Returns a String
-